.storeSetupGeneral {
    // background-color: #f5f5f5 !important;
    padding-top: 15px;
}

.backtoStore {
    color:#a2a2a2;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
}

.subTopics {
    font-size: 16px;
    margin-bottom: 15px;
}

.header {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.contentWrap {
    margin-top: 25px;
}

.timeZoneWrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
}

.bottomGap {
    margin-bottom: 10px;
}

.formWrap {
    margin-top: 15px;
}

.bottomhugeGap {
    margin-bottom: 20px;
}

.formTopSection {
    border-bottom: 1px solid #ccc;
}

.topGap {
    margin-top: 20px;
}

.labelStoreCurrency {
    float: left;
}

.changeFormatting {
    float: right;
}

.lightBlue {
    color: #089acd !important;
}

.currencyWrap {
    display: flow-root !important;
}

.currencyDrpDown {
    margin: 20px 0px;
}

.grayText {
    color:#a2a2a2 !important;
}

.saveBtn::ng-deep .ui-button {
    background-color: #089acd !important;
    border: 1px solid #089acd !important;
    width: 75px;
}

.cancelBtn::ng-deep .ui-button { 
    border: 1px solid #ccc !important;
    width: 75px;
}

.inputSwitchWrap::ng-deep .ui-inputswitch.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider,
.inputSwitchWrap::ng-deep .ui-inputswitch.ui-inputswitch-checked:not(.ui-state-disabled) .ui-inputswitch-slider {
    background-color: #ff3600 !important;
}

.inputSwitchWrap::ng-deep .ui-inputswitch.ui-inputswitch-checked:not(.ui-state-disabled) .ui-inputswitch-slider:before {
    border: 3px solid #ffffff !important;
    background-color: #ff3600 !important;
}