@import "profileCategoriesTab.css";
@import "profileTabsCustom.css";
@import 'three-cards-block.css';

input[type='radio'] {
    display: none;
}

input[type='radio']:checked + label:after {
    transform: scale(1.1);
}

input[type='radio'] + label {
    position: relative;
    font-size: 14px;
    line-height: 1.73;
    color: #303952;
    cursor: pointer;
    margin-left: 31px;
    margin-right: 14px;
}

input[type='radio'] + label:before,
input[type='radio'] + label:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -31px;
    border-radius: 50%;
}

input[type='radio'] + label:before {
    width: 17px;
    height: 17px;
    border: solid 2px #ff7423;
}

input[type='radio'] + label:after {
    width: 9px;
    height: 9px;
    top: 4px;
    left: -25px;
    background-color: #ff7423;
    transition-duration: 0.28s;
    transition-property: transform;
    transform: scale(0);
}

input#EditRecordAvatarLogoRemove {
    display: none;
}

input#EditRecordAvatarLogoRemove ~ label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin: 10px 0 0 0;
    padding:  10px 0;
    cursor: pointer;
    border: none;
}

input#EditRecordAvatarLogoRemove ~ label:hover:before {
    /* border: 1px solid #007aff; */
}

input#EditRecordAvatarLogoRemove ~ label:before {
    content: '';
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid black;
}

input#EditRecordAvatarLogoRemove:checked ~ label:before {
    content: '✔';
    background: #007aff;
    color: white;
    border: 1px solid #007aff;
}


td.cbHTMLBlockContainer:has(.tender-type-info) {
    width: 100%;
}
.privacy-and-terms {
    font-size: 16px !important;
    font-weight: 500 !important;
        font-family: Tahoma, Geneva, sans-serif;
}
.privacy-and-terms-link {
    color: #639C18 !important;
    font-weight: 500 !important;
        font-family: Tahoma, Geneva, sans-serif;
}



@media (min-width: 768px) {
    tr:has(.tender-type-info) {;
        flex-direction: row;
    }
    .tender-type-info {
         /* min-width: 600px; */
    }
}




#new-tender-caspio-form #caspioform .cbFormNestedTableContainer:nth-child(3) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#new-tender-caspio-form #caspioform .cbFormNestedTableContainer:nth-child(3) br {
    display: none;
}
#new-tender-caspio-form #caspioform .cbFormNestedTableContainer:nth-child(3) .tender-type-info {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
}
#new-tender-caspio-form #caspioform .cbFormNestedTableContainer:nth-child(3) div:last-child{
       flex: 1;
}

@media (max-width: 1025px) {
    #new-tender-caspio-form #caspioform .cbFormNestedTableContainer:nth-child(3) div:first-child{
        flex: 1;
    }
    #new-tender-caspio-form #caspioform .cbFormNestedTableContainer:nth-child(3) div:last-child{
        width: 100%;
        flex: auto;
    }
   #new-tender-caspio-form #caspioform .cbFormNestedTableContainer:nth-child(3) .tender-type-info {
        margin: 0 !important;
    }
}
